home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / ww2_12a1.zip / README.TXT < prev    next >
Text File  |  1997-03-23  |  8KB  |  194 lines

  1.  
  2.  
  3. W e b W r i t e r / 2 (TM)
  4.  
  5. Version 1.2 PR1
  6.  
  7.  
  8. A HyperText Markup Language editor for OS/2.
  9.  
  10. Don't write Home without it!
  11.  
  12.  
  13. Written by John Blumel.
  14.  
  15. (C) Copyright 1995, 1997 John Blumel.
  16. All rights reserved.
  17.  
  18. ================================================================================
  19.  
  20.  
  21. INTRODUCTION
  22.  
  23.     WebWriter/2 is an HTML editor designed and written for OS/2.
  24.  
  25.     WebWriter/2 now supports the creation of HTML version 3.2 documents. It also 
  26. includes the capability for the user to define tags which are not currently 
  27. supported, allowing users to include vendor extensions or tags from more future 
  28. HTML specifications.  A working knowledge of HTML is assumed and no syntax 
  29. checking of documents is performed.
  30.  
  31.     The latest version of WebWriter/2 and updates will be made available 
  32. from:
  33.  
  34.         http://wymple.gs.net/~jblumel/ww2/
  35.  
  36.     WebWriter/2 is now Freeware. Its use and distribution are subject to the
  37. terms specified in the license.txt file. The license information in the on-line
  38. help has not yet been updated to reflect this.
  39.  
  40.     Thank you for trying WebWriter/2.  I hope you find it both useful and easy 
  41. to use.  If you have suggestions for enhancements or useability improvements, 
  42. or if you discover defects in WebWriter/2, please contact me through one of the
  43. methods listed in the Getting Technical Support section below.
  44.  
  45.     WebWriter/2 is implemented in REXX using VX-REXX and v2.1D of vrobj.dll.
  46.  
  47. ________________________________________________________________________________
  48.  
  49. NOTE
  50.  
  51.     The file README.HTM is an HTML version of this document which can be loaded
  52. into a WWW client.  
  53.  
  54. ________________________________________________________________________________
  55.  
  56. INSTALLATION
  57.  
  58. Prerequisites:
  59.  
  60.     1. You must have installed OS/2 REXX support.
  61.        REXX support is installed automatically with OS/2 versions starting
  62.        with v3.0 (i.e., Warp).  If you have using  a 2.x version of OS/2 you 
  63.        may need to install REXX support using the Selective Install utility 
  64.        if you have not already done so.
  65.  
  66.     2. You must have the file vrobj.dll.
  67.        If the .zip file containing this file did not include vrobj.dll, you
  68.        can retrieve vrobj21d.zip from:
  69.  
  70.            http://wymple.gs.net/~jblumel/ww2/download/vrobj21d.zip
  71.  
  72. --------------------------------------------------------------------------------
  73.  
  74. Installing WebWriter/2:
  75.  
  76.     1. Install OS/2 REXX support, using the OS/2 Selective Install utility if 
  77.        necessary.
  78.  
  79.     2. Unzip WebWrite.zip into a temporary directory.
  80.  
  81.     3. Make sure that 
  82.        a. vrobj.dll exists in a directory in your LIBPATH.
  83.       or 
  84.        b. You have the file vrobj.dll in the directory that you unzipped 
  85.           WebWrite.zip into.
  86.  
  87.     4. If you are reinstalling WebWriter/2, delete the WebWriter/2 Folder and 
  88.        Program objects before continuing. It is also suggested that you
  89.        backup your current installation before installing over it.
  90.  
  91.     5. Run Install.exe.
  92.  
  93.     6. You may wish to view the readme file that is loaded in the WebWriter/2 -
  94.        Installation window before you continue.
  95.  
  96.     7. Select Install/Install from the WebWriter/2 - Installation menu to start
  97.        the installation process.
  98.  
  99.     8. Fill in the Install WebWriter/2 options and click Continue.  You may wish
  100.        to install VROBJ.DLL to the C:\OS2\DLL directory rather than another
  101.        directory which will need to be added to your LIBPATH statement in your
  102.        CONFIG.SYS file.
  103.  
  104.     9. WebWriter/2 will be installed using the entries you have made and a
  105.        WebWriter/2 folder and program objects will be created on your desktop.
  106.  
  107.    10. Shutdown and restart your system.
  108. ________________________________________________________________________________
  109.  
  110. USING WebWriter/2
  111.  
  112.     WebWriter/2 allows you to create HTML documents from scratch or to markup 
  113. existing text documents.  You may also preview documents using IBM's 
  114. WebExplorer, Netscape Navigator or another WWW client. 
  115.  
  116.     WebWriter/2 uses a MSDI (Multiple Single Document Interface) method of 
  117. editing multiple documents.  You can open as many WebWriter/2 windows as you 
  118. want as long as you can keep track of what you are doing.  To help manage the 
  119. open documents you may wish to display the WebWriter/2 - Window list.  You can
  120. do this by selecting it from the Windows menu or from the OS/2 window list.  
  121. Clicking mouse button 2 on the WebWriter/2 - Window list will bring up a context
  122. menu of options.
  123.  
  124.     To insert HTML tags, select the desired tag from the Tags menu.  Tags which 
  125. have additonal or optional elements will present the user with a dialog 
  126. prompting for the necessary information.  For some tags this prompting is 
  127. optional.  Optional prompting is indicated by a [...] following the menu item 
  128. and can be invoked by holding down the control key while selecting the item.
  129. Additional tags may be defined and inserted by selecting Tags/More tags... .  
  130. Special characters can be selected from the Characters menu or from the 
  131. Character entities dialog which is displayed by selecting Characters/More 
  132. characters... .  When inserting HTML tags, selected text will be wrapped by the 
  133. tag if it is two sided.  One sided tags will be inserted before selected text.  
  134. Character entities will be inserted before selected text.  
  135.  
  136.     More detailed information on specific features of WebWriter/2 can be found 
  137. in the on-line help.
  138.  
  139.     If you are not familiar with HTML you may wish to obtain one of the many 
  140. books available on this topic.  "Teach Yourself Web Publishing with HTML 3.2 
  141. in a Week, Third Edition" by Laura Lemay is a good book for beginners. A more
  142. in depth treatment is also available as "Teach Yourself Web Publishing with 
  143. HTML 3.2 in 14 Days, the Professional Reference Edition" also by Laura Lemay.
  144. There are also many WWW sites which provide up to date HTML documentation and 
  145. examples.  Although these are too numerous to list here, the HyperText Markup 
  146. Language (HTML): Working and Background Materials page maintained by the 
  147. The World Wide Web Consortium (W3C) at:
  148.  
  149.     http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html 
  150.  
  151. is an excellent starting point.  For specific information on HTML elements and 
  152. attributes I recommended the Web Design Group's site at:
  153.  
  154.     http://www.htmlhelp.com
  155.  
  156. ________________________________________________________________________________
  157.  
  158. WHAT'S NEW
  159.  
  160. See the whatsnew.htm file for information on changes included in this version.
  161.  
  162.  
  163. TECHNICAL SUPPORT
  164.  
  165. Known Problems
  166.  
  167.     1. Well, it's a preview release. There aren't any problems that I'm aware
  168.        of, but, as with all pre-release software, caution is recommended. I
  169.        recommend doing frequent saves while working to avoid any loss of work
  170.        that would be caused by a crash. While I'm not aware of any problems
  171.        that will result in a crash, that's not to say that there aren't any.
  172.  
  173.  
  174. --------------------------------------------------------------------------------
  175.  
  176. Getting Technical Support
  177.  
  178.     For technical support, suggestions or to report bugs in WebWriter/2, I can 
  179. be reached at:
  180.  
  181.         jblumel@acm.org
  182.  
  183.     Or:
  184.  
  185.         John Blumel
  186.         1949 Green Oak Drive
  187.         Terrytown, LA  70056
  188.  
  189. ________________________________________________________________________________
  190. ________________________________________________________________________________
  191.  
  192. (C) Copyright 1995, 1997 John Blumel.
  193. All rights reserved.
  194.